home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / 3d_tools / t3dsrc.lha / writemif_protos.h < prev    next >
Text File  |  1993-01-30  |  299b  |  17 lines

  1. /* Prototypes for functions defined in
  2. writemif.c
  3.  */
  4.  
  5. static void dotab(void);
  6.  
  7. int write_MIF(WORLD * object,
  8.               FILE * file,
  9.               int selected_view);
  10.  
  11. static void write_MIF_header(void);
  12.  
  13. static void draw_MIF_view(void);
  14.  
  15. static void render_MIF_object(register OBJECT * obj);
  16.  
  17.